@extends('backend.layouts.master') @section('section-title', 'Courier') @section('page-title', 'Courier List') @if (check_permission('courier.store')) @section('action-button') Add Courier @endsection @endif @push('css') @endpush @section('content')
@forelse($couriers as $data) @php @endphp {{-- edit modal --}} @csrf @method('PUT') id) }}" method="POST"> @csrf @method('DELETE') @empty @endforelse
#SL Name API Key/ID Secret Key Action
{{ $loop->index + 1 }} {{ $data->name }} {{ $data->key }} {{ $data->secret_key }}
No Data Available
{{-- Add Modal --}}
@csrf
@endsection @push('js') @endpush