@extends('backend.layouts.app') @section('head') @endsection @section('content')

{{translate('All Pick-up Points')}}

{{ translate('Pick-up Points') }}
# {{translate(' name')}} {{translate(' Manager')}} {{translate(' Location')}} {{translate(' Pickup Station Contact')}} {{translate('Status')}} {{translate('Options')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection