@extends('admin.layouts.app') @section('title') '{{ $brand->name }}' {{ __('brand_wise') }} {{ __('ads') }} @endsection @section('content')
{{ __('name') }} | {{ $brand->name }} |
---|---|
{{ __('ads_count') }} | {{ $brand->ads_count }} |
{{ __('created_at') }} | {{ date('M d, Y', strtotime($brand->created_at)) }} |
{{ __('updated_at') }} | {{ $brand->updated_at->diffForHumans() }} |