@include('hk.header')

{{ $page_title }}

Add Brand

 

@foreach($brands as $row) @endforeach
ID Image Name Catalogue Action Action
{{ $row->id }} {{ $row->name }} {{ $row->catelogue }}
@include('hk.footer')