@extends('layouts/contentLayoutMaster') @section('title', 'Add Branch') @section('page-style') {{-- Page Css files --}} @endsection @section('content') ADD Branch {{csrf_field()}} Branch Title @if($errors->first('title')) Branch Title Required @enderror Branch Manager Select @foreach($users as $u) {{ $u->name }} @endforeach @if($errors->first('branch_manager_id')) Branch Manager Required @enderror Branch Address Submit Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection