@extends('layouts.app') @section('title', 'Deliver') @section('content') @if (isset($deliver->sno))
@else @endif @if ($errors->any())
@endif @csrf
{{--

Drivers

--}}



@endsection @section('scripts') @endsection