@extends('layouts.app') @section('content')
Add Employee in Branch
@csrf
@error('branch_name')
{{ $message }}
@enderror
@error('branch_name')
{{ $message }}
@enderror
Cancel
@endsection