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

{{__('messages.zatca_settings.title')}}

{{__('messages.edit')}}
@endforeach @endcomponent
@endsection