@extends('layouts.template') @section('top') {{-- --}} @endsection @section('content')

Список заказчиков транспорта

Добавить @if(count($customers) > 0) @foreach($customers as $customer) @endforeach
Название Действия
{{$customer['name']}}
Редактировать
@csrf @method('DELETE')
@else
Записи не найдены
@endif @endsection @section('footer') @endsection