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