@extends('layouts.admin_layout') @section('title', 'Manage Product Brands') @section('content')

Manage Product Brands

Add Product Brand
@foreach($product_brands as $product_brand_row) @endforeach
Brand Action
{{$product_brand_row->product_brand_name}} Edit
@endsection