@extends('adminlte::page') @section('title', 'Brand Book') @section('content_header') @stop @section('content')

Brand Book Management

List of Brand Books

@if(session('success')) @endif @if(session('error')) @endif
@foreach($brand_book as $value) @endforeach
ID Brand book Name Brand book File Status Actions
{{ $value->id }} {{ $value->file_name }} @if($value->file_name) @else No PDF File @endif @if($value->status == 1) Active @else Inactive @endif
Edit       Toggle Status      
@csrf @method('DELETE')
ID Brand book Name Brand book File Status Actions
@stop @section('js') @stop