@extends('Admin.Layout.main_layout') @section('title','Sanctions') @section('main_container')

Sanctions

@csrf
@if($errors->has('report_name')) {{($errors->first('report_name'))}} @endif
@if($errors->has('report')) {{($errors->first('report'))}} @endif
@endsection