@extends('layouts.web-admin.main') @section('page_title', 'Brands') @section('page_action', 'List Data') @section('menu_active_brands',' active ') @section('page_nav')
  • Brands
  • List Data
  • @stop @section('page_style') @stop @section('content')
    @include('layouts.web-admin.massage_block')
    @if (isset($arr_data["search"])) @else @endif

    Total number of Brands : {{ $brands->total() }} @if ($hasPermission["create-brands"])    @endif @if ($hasPermission["edit-brands"])    @endif

    @stop @section('page_script') {!! Html::script('js/functionjs.js') !!} @stop