@extends('dashboard.layouts.main') @section('style') @stop @section('content')
@lang('home.update_info')
@if ($errors->any()) @foreach ($errors->all() as $error)
×{{ $error }}
@endforeach @endif @if(Session::has('success'))
×{{ Session::get('success') }}
@endif @csrf @include('dashboard.ads.form')
{{-- --}}
@stop @section('jsCode') @stop