@extends('admin.layouts.app') @section('title', $cost->exists ? 'Edit Ongkir' : 'Tambah Ongkir') @section('content')

{{ $cost->exists ? 'Edit Ongkir' : 'Tambah Ongkir' }}

@csrf @if($cost->exists) @method('PUT') @endif
@error('city_name')
{{ $message }}
@enderror
@error('cost')
{{ $message }}
@enderror
@error('cost_per_kg')
{{ $message }}
@enderror
is_active ?? true) ? 'checked' : '' }}>
Batal
@endsection