@extends('back.layouts.main') @section('title' , 'Update Delivery point '.$model->id) @section('content')
@method('PUT')
@csrf @include('back.delivery_points.form')
@stop @section('breadcrumbs') @stop