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

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

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

@endif
@endsection