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

Break Options

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

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