@extends('layouts.master')
@section('title',trans('dashboard.show_ad'))
@section('css')
@endsection
@section('page-content')
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{$error}}
@endforeach
@endif
@lang('dashboard.main_section')
@lang('dashboard.sub_section')