@extends('layouts.app_layout') @section('title') Edit Business Location @endsection @section('content') @include('inc.errors')
@csrf

Edit Business Location

{{-- --}} Please enter your first, second and last names.
@if ($business_location->logo !== null)
{{$business_location->business_name}}
@endif
is_active == 1) value = 1 checked @else {{(old('is_active') == 1) ? 'value = 1 checked' : ' value = 1 '}} @endif >
Back To All Business Locations @endsection