@extends('layout.master') @push('plugin-styles') @endpush @section('content') @include('admin.partials.breadcrumb', ['page'=>'Проекты'])
Проекты
Создать
@foreach ($projects as $project) @endforeach
id Проекта Картинка карточки Когда создан Когда обновлен Действия
{{ $project->id }} {{ $project->created_at }} {{ $project->updated_at }} Редактировать
@csrf @method('DELETE')
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush