@extends('layouts.main') @section('template_title') {{ $brand->name ?? "{{ __('Show') Brand" }} @endsection @section('content')
{{ __('Show') }} Brand
{{ __('Back') }}
Name:
{{ $brand->name }}
@endsection