@extends("layouts.admin.app") @section('css-links') @endsection @section("page-nav-title")

{{__('Delivery Price')}}

{{__('should by define the location to add the delivery price')}}

@endsection @section("content")

{{__('Add New Delivery Location Price')}}

@error("price")
{{$message}}
@enderror
@endsection @section("scripts") @endsection