@extends('admin.layout') @section('content')
{{ __('Logo & Image') }}
@csrf

@if (!empty($data->footer_logo)) logo @else ... @endif
{{ __('Choose Image') }}
@if ($errors->has('footer_logo'))

{{ $errors->first('footer_logo') }}

@endif
@endsection