@extends('employer.layouts.app') @section('content') @component('employer.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Create Project
@csrf
{{ $errors->first('name') }}
{{ $errors->first('business') }}
{{ $errors->first('branch') }}
{{ $errors->first('description') }}
{{ $errors->first('start_date') }}
{{ $errors->first('end_date') }}
{{ $errors->first('budget') }}
@endsection @push('custom_js') @endpush