{{-- --}} مدار اكسبرس | {{(isset($title))? $title : ''}} @yield('style') {{--
--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @yield('content')
@if(\Request::url() != url('/dashboard') && \Request::url() != url('/company') && \Request::url() != url('/school') ) {{-- --}} @if(session()->has('success')) @endif @if(session()->has('warning')) @endif @endif @yield('script')