@extends('admin.layout.index') @section('title') {{ __('messages.updated-table') }} @endsection @section('css') @endsection @section('content')

{{ __('messages.updated-table') }}

@if ($errors->has('name_ar')) {{ $errors->first('name_ar') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('name_en')) {{ $errors->first('name_en') }} @endif
@endsection