@extends('admin.template.master') @section('title') Brand all brand information Home Brand @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add Brand Name Code Created Edited Status Created By Updated By Action @endsection @section('javascripts') @endsection