@extends('admin.layout.app') @section('content') Logo Logo @include('admin.layout.session') Change Logo Back @if(empty($logo)) @csrf @else @csrf @method('PUT') @endif Caption @if ($errors->has('caption')) {{ $errors->first('caption') }} @endif Select Logo Image 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 Submit Back @endsection @push('js') @endpush