@use('App\Models\Zone') @php $zones = Zone::where('status', true)->get(); @endphp @extends('backend.layouts.master') @section('title', __('static.service.services')) @section('content')