@extends('layouts/contentLayoutMaster') @section('title', 'Add Branch') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

ADD Branch

{{csrf_field()}}
@if($errors->first('title'))
Branch Title Required
@enderror
@if($errors->first('branch_manager_id'))
Branch Manager Required
@enderror
@endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection