@extends('layouts.customer') @section('content')

Jobs

@if ($errors->any())
Oops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('beforescript') @endsection @section('script') @endsection