@extends('layouts.master') @section('title') {{ __('pickup_points') }} @endsection @section('content')

{{ __('create_pickup_point') }}

@csrf

{{ __('list_pickup_points') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{ __('transportation_fees') }} {{ __('status') }} {{ __('action') }}
@endsection