@extends('admin.master_layout') @section('title') {{ isset($method) ? __('translate.Edit Shipping Method') : __('translate.Add New Shipping Method') }} @endsection @section('body-header')

{{ isset($method) ? __('translate.Edit Shipping Method') : __('translate.Add New Shipping Method') }}

{{ __('translate.Manage Shipping Method') }} >> {{ isset($method) ? __('translate.Edit Shipping Method') : __('translate.Add New Shipping Method') }}

@endsection @section('body-content')
@csrf

{{ __('translate.Basic Information') }}

{{-- {{ currency($method->price) }}--}}
@endsection