@extends('base.layouts.master') @section('style') @endsection @section('content')

@lang('menu.Province-City.title') @lang('menu.Province-City.index')

@include('base.layouts.partials.general.message') @can('add-tarifOstan') @lang('menu.Province-City.create') @endcan
@lang('menu.Province-City.index')
@foreach($provinces as $province) @endforeach
@lang('list-table.row') @lang('list-table.name') @lang('list-table.action')
{{$loop->iteration}} {{$province->name}} @lang('menu.Province-City.province-cites')
{{$provinces->links()}}
@endsection @section('script') @endsection