@extends('backend.layout.master') @section('content')

Tabs List Of {{$product->name}}

@foreach ($tabs as $key => $tab) @endforeach
No Tab Name Status Action
{{ ++$key }} {{ $tab->title }} @if ($tab->status == 1) Active @else Inactive @endif
{{ csrf_field() }} {{ method_field('DELETE') }}
@endsection @push('specific_css') @endpush @push('specific_js') @endpush