@extends('backend.admin-master') @section('site-title') {{__('Service Area')}} @endsection @section('style') @include('backend.partials.media-upload.style') @endsection @section('content')

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

@csrf
@foreach($all_languages as $key => $lang)
@endforeach
{{__('enter how many service show in frontend')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection