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