@extends('backend.layouts.app') @section('title', $title) @section('content') @foreach ($cities as $key => $city) @endforeach Back to countries
{{ $title }}
Delivery cost Show Action
@endsection @section('script') @endsection