@extends('admin.layouts.app') @section('title') '{{ $brand->name }}' {{ __('brand_wise') }} {{ __('ads') }} @endsection @section('content')
{{-- category details --}}

{{ __('brand_details') }}

@if ($brand->ads_count) @endif
{{ __('name') }} {{ $brand->name }}
{{ __('ads_count') }} {{ $brand->ads_count }}
{{ __('created_at') }} {{ date('M d, Y', strtotime($brand->created_at)) }}
{{ __('updated_at') }} {{ $brand->updated_at->diffForHumans() }}
{{-- category wise ads --}}

'{{ $brand->name }}' {{ __('brand_wise') }} {{ __('ads') }}

  {{ __('back') }}
@endsection