@extends('layout.admin.master') @section('meta-title', 'LEREVE - Update Branch') @section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel') @section('breadcrumbs') @endsection @push('asset-top') @endpush @section('content')
Branch
@csrf
Update
@if(auth()->user()->role=='admin')
@error('user_id') @enderror
@endif
user()->role=='branch') ? 'readonly' : ''}}> @error('name') @enderror
@error('phone') @enderror
@error('address') @enderror
@error('g_location') @enderror
@error('opening_time') @enderror
@error('closing_time') @enderror
@error('delivery_time') @enderror
Media
@if($branch->thumbnail) @endif @error('thumbnail') @enderror
@endsection