@extends('layouts.web-admin.main')
@section('page_title', 'OurBrands')
@section('page_action', 'List Data')
@section('menu_active_ourBrands',' active ')
@section('page_nav')
OurBrands
List Data
@stop
@section('page_style')
@stop
@section('content')
@include('layouts.web-admin.massage_block')
Total number of OurBrands : {{ $ourBrands->total() }}
@if ($hasPermission["create-ourBrands"])
@endif
@if ($hasPermission["edit-ourBrands"])
@endif
@stop
@section('page_script')
{!! Html::script('js/functionjs.js') !!}
@stop