@extends('layouts.master') @section('title') Stock @endsection @section('page-title')Material Stock @endsection @section('body') @endsection @section('content')

Product Brands

@foreach ($brands as $brand)
{{ $brand->product_brands->product_brand_name }}
@endforeach
@endsection {{-- @section('content')

Product Brands

@foreach ($brands as $brand)
{{ $brand->product_brands->product_brand_name }}
@endforeach
@endsection --}}