@extends('layouts.admin-dashboard') @section('content') @foreach ($errors->all() as $error)

{{ $error }}

@endforeach @if(Session::get('checkAttorney')=="1" && Session::get('showpopup')=="1")
@endif @if(Session::get('showpopup')=="1" && Auth::user()->restrict_filing == 1) @endif @stop @section('scripts_bottom')