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

Break Options

Add Options
@if ($message = Session::get('success'))

{{ $message }}

@endif
@if($breakOptions) @php $i = 0; @endphp @foreach($breakOptions as $breakOption) @endforeach @else

No records found!

@endif
Sr No Min Display Text Action
{{ ++$i }} {{ $breakOption->min ?? 0 }} {{ $breakOption->display_text ?? '' }} {{-- --}} @can('user_delete') @endcan
@endsection