@extends('admin.layouts.master') @section('content')

Edit Branch View Branch

@csrf @method('PUT')
@if($branch->image) @else
No Image Provided
@endif

Notice: Branch Image format must be JPG,JPEG,PNG

status=='Active' ? 'checked' : '' }}>

@endsection