@extends('admin.template.master') @section('title')

Category Brand Slug all brand information

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
{!! Form::hidden('status', 1, ['id' => 'status']) !!}
ID Category Brand Slug Status Stock Created By Updated By Created Date Action
@endsection @section('javascripts') @endsection