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