@if ($errors->any())
@foreach ($errors->all() as $error)
Erro {{$error}}
@endforeach
@endif
| # |
Nome |
Descrição |
Criada Em |
Actualizada Em |
Action |
@foreach ($categories as $key => $category)
| {{$key+1}} |
{{$category->name}} |
{{$category->description}} |
{{$category->created_at}} |
{{$category->updated_at}} |
|
@endforeach
@foreach ($categories as $category)
A categoria será eliminada !!
@endforeach
@endsection
@push('footer')
{!! Toastr::message() !!}
@endpush