@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Carrier','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@can('Mobile Carrier Edit')

Add New

@include('settings.partials.success-message') @include('settings.partials.delete-message') @endcan @foreach($carriers as $carrier) @endforeach
# Name Country
{{$carrier->id}} {{$loop->iteration}} {{$carrier->name}} {{optional($carrier->country)->name}}
    @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.mobile_carrier'),'helpTitle'=>config('help-links.help_titles.mobile_carrier')]) @endsection @section('after_scripts') @include('settings.mobile-carrier.mobile-carrier-script') @stop