{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('discount_offered')) {{ $errors->first('discount_offered') }} @endif

@if($logo_image) @endif

@if($landscape_image) @endif
@if ($errors->has('url')) {{ $errors->first('url') }} @endif
@foreach($countries as $country)
@endforeach
@push('js') @include('dashboard.inc._description_tinymce') @endpush