@extends('admin.layouts.master')
@section('title', 'Add Reason')
@section('maincontent')
@include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
@endforeach
@endif
@endsection
@section('script')
@endsection