@extends('layouts.master')
@section('title', __('إعدادات الشركة'))
@section('css')
@endsection
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $err)
- {{ $err }}
@endforeach
@endif
@endsection
@section('js')
@endsection