@if(Auth::check()) @extends('layouts.app') @section('content')

Edit Details For {{ $business->name }}

{{-- ========================= --}}
@method('PUT') @csrf

Leave Empty to use current logo
@endsection @else return redirect()->route('login'); @endif