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

{{ __('messages.add-page') }}

@if ($errors->has('photo')) {{ $errors->first('photo') }} @endif
@if ($errors->has('title_ar')) {{ $errors->first('title_ar') }} @endif
@if ($errors->has('slug_ar')) {{ $errors->first('slug_ar') }} @endif
@if ($errors->has('body_ar')) {{ $errors->first('body_ar') }} @endif
@if ($errors->has('menu')) {{ $errors->first('menu') }} @endif

{{ __('messages.notesMunes') }}

@if ($errors->has('tags_ar')) {{ $errors->first('tags_ar') }} @endif
@if ($errors->has('enabel')) {{ $errors->first('enabel') }} @endif
@if ($errors->has('arrangment')) {{ $errors->first('arrangment') }} @endif
@if ($errors->has('title_en')) {{ $errors->first('title_en') }} @endif
@if ($errors->has('slug_en')) {{ $errors->first('slug_en') }} @endif
@if ($errors->has('body_en')) {{ $errors->first('body_en') }} @endif
@if ($errors->has('tags_en')) {{ $errors->first('tags_en') }} @endif
@endsection @section('js') @endsection