@extends('layouts.master') @section('title', 'Manage Brand: ' . $brand->brand_name_en) @section('content')

{{ $brand->brand_name_en }} Dashboard

@if($brand->brand_logo) Logo @endif
@endsection