@extends('layouts.app') @section('header')
Create Customers
@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('includes/occupations-full')
ID DOCUMENT
@if(config('app.local') == true) @endif
@endsection