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

Delivery Plans

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