@extends('admin.layout') @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($shipping_methods)>0) @foreach ($shipping_methods as $key=>$pages) @endforeach @else @endif
S. No. Title Value Status Action
{{ $i }} {{ $pages->title }} {{ $pages->value }} @if($pages->status==1) Active @else Inactive @endif
{{ trans('labels.NoRecordFound') }}
@endsection