@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Branch
@csrf
{{ $errors->first('name') }}
{{ $errors->first('business') }}
{{ $errors->first('town') }}
{{ $errors->first('postcode') }}
{{ $errors->first('country') }}
@endsection @push('custom_js') @endpush