@extends('admin.layout.app') @section('content')
@include('admin.layout.session')
Change Logo
@if(empty($logo))
@csrf @else @csrf @method('PUT') @endif
@if ($errors->has('caption'))
{{ $errors->first('caption') }}
@endif
Accepted formats: png, jpg, jpeg. Max file size 5Mb @if ($errors->has('logo_image'))
{{ $errors->first('logo_image') }}
@endif
@if(!empty($logo)) @if($logo->logo_image != '') @endif @endif
Back
@endsection @push('js') @endpush