@extends('layouts.app', ['activePage' => 'listDboy', 'titlePage' => __('Add Delivery Boy')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

Add New Delivery Boy

@csrf
{{ __('Back') }}

@endsection