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