@extends('master.front') @section('meta') @endsection @section('title') {{__('Brand')}} @endsection @section('content')
@foreach ($brands as $brand) @endforeach
@endsection