@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Popular Area')}} @endsection @section('content')
@include('backend/partials/message') @include('backend/partials/error')

{{__('Popular Area Settings')}}

@csrf
@foreach($all_languages as $key => $lang) @endforeach
@endsection @section('script') @endsection