@extends('admin.layouts.master') @section('title') special products @endsection @section('css') @endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@foreach($data as $row) @include('admin.special_products.edit') @include('admin.special_products.deleted') @endforeach
name Action
{{ $row->name() }}
{{$data->links()}}
@include('admin.special_products.create') @endsection @section('js') @endsection