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