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

Add New

{{csrf_field()}}
Select file Change Remove
Download Template File
@endcan
@include('partials.success') @include('settings.partials.success-message') @include('settings.partials.delete-message') @include('partials.error-message') @foreach($siteCodes as $siteCode) @endforeach
# Site Code Region Country
{{$siteCode->id}} {{ $num++ }} {{$siteCode->code}} {{optional($siteCode->region)->name}} {{optional($siteCode->country)->name}}
{{$siteCodes->appends(['searchText' => request('searchText')])->links()}}
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.site_code'),'helpTitle'=>config('help-links.help_titles.site_code')]) @endsection @section('after_scripts') @include('settings.site-code.site-code-script') @stop