@extends('back.layouts.main') @section('title' , 'Create Delivery point') @section('content')
@csrf @include('back.delivery_points.form')
@stop @section('breadcrumbs') @stop