@if(Session::has('message'))
@endif
@if(Session::has('error'))
@endforeach @php Session::forget('error'); @endphp
@endif
Success
{{ Session::get('message') }} @php Session::forget('message'); @endphpErrors!
@foreach(Session::get('error') as $err) {{ $err }}@endforeach @php Session::forget('error'); @endphp
Note:
* The footer can left empty or must not exceeds 4 lines once have data.
* Each line must not consists more than 48 characters.
* Please ensure the file is a valid image file (JPG/JPEG/PNG).
* Uploaded image will replace existing one.
* Image File Size is limited to a maximum of 20MB only.