@extends('layouts.app_zatca') @section('title', __('new.zatca_view')) @section('content') {{ __('home.home') }} {{ __('new.zatca_module') }} {{ __('new.zatca_view') }} @component('components.widget', ['class' => 'card']) @foreach($locations as $location) {{$location->name}} {{__('messages.zatca_settings.title')}} {{__('messages.edit')}} @endforeach @endcomponent @endsection
{{__('messages.zatca_settings.title')}}