@extends('inventory.layout') @section('title', 'City') @section('content') @push('head') @endpush
{{($cities->currentpage()-1)*$cities->perpage()+1}} to {{$cities->currentpage()*$cities->perpage()}} of {{$cities->total()}} entries {{--Add City--}}
@foreach($cities as $city) @endforeach
{{ __('Name')}} {{ __('Action')}}
{{ isset($city->name) ? $city->name :'' }} {{--     --}} {{----}}

@push('script') @endpush @endsection