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