{{-- --}} الباصات @yield('style') @if(Request()->url() != url('/dashboard')) {{--
--}} @endif
@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')