@extends('backend.layout') @section('content')
{{ __('Update Footer Logo') }}
@csrf

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

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

@endif
@endsection