@extends('layouts/horizontalLayout') @section('title', 'Branding') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

Branding Information

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Name     Events     Created     Action
Add Brand
@forelse($brandings as $branding) @empty @endforelse
{{ $branding->company_name }} {{-- Events count if available, otherwise leave blank --}} {{ \Carbon\Carbon::parse($branding->created_at)->format('Y-m-d') }}
No branding found yet.
Please fill in your branding details
@csrf
Instructions to upload logo
File size should be less than 1MB
Recommended width 500px
Choose a correct logo, you won't be able to change the logo later
Your logo will be overlayed on all the images you upload.
If you update the logo later you need to manually update watermark from event settings.
@endsection