@extends('layouts.admin_layout') @section('title', 'Manage Product Brands') @section('content') Manage Product Brands Home Manage Product Brands Add Product Brand Save Sorting Brand Action @foreach($product_brands as $product_brand_row) {{$product_brand_row->product_brand_name}} Edit @endforeach @endsection