@extends('backend.layout.master') @section('content') Brochures List Of {{$product->name}} Dashboard Product: {{$product->name}} Brochures List Add Brochures No Brochures Name Status Action @foreach ($brochures as $key => $brochure) {{ ++$key }} {{ $brochure->name }} @if ($brochure->status == 1) Active @else Inactive @endif {{ csrf_field() }} {{ method_field('DELETE') }} @endforeach @endsection @push('specific_css') @endpush @push('specific_js') @endpush