@extends('layouts.master') @section('title',trans('dashboard.show_ad')) @section('css') @endsection @section('page-content')

@lang('dashboard.show_statistics')

@if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif

@lang('dashboard.name')

{{$prod->name}}

@lang('dashboard.main_section')

{{$main_category}}

@lang('dashboard.sub_section')

{{$sub_category}}