@extends('layouts.master') @section('style') @endsection @section('content') Couriers Add New Courier Logo Courier Name Auth Company Short Description Actions @foreach($couriers as $courier) {{ $courier->name }} {{ $courier->auth_company }} {{ $courier->short_description }} View Services {{-- Services --}} Edit Delete @endforeach