@extends('layouts.admin_master') @section('content')
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @if(Session::has('error')) @endif
@csrf
@endsection @section('scripts') @parent @endsection