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

Add Branch

Back
@csrf {{ method_field('POST') }}
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('head')) {{$errors->first('head')}} @endif
@if($errors->has('mobile')) {{$errors->first('mobile')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('openingdate')) {{$errors->first('openingdate')}} @endif
@if($errors->has('address')) {{$errors->first('address')}} @endif
status == 1) checked="" @endif>
Cancel
@endsection