@extends('layouts.admin') @section('content')

{{ __('Edit Page') }}

@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if ($errors->has('en_description')) {{ $errors->first('en_description') }} @endif
@if ($errors->has('en_title')) {{ $errors->first('en_title') }} @endif
@if ($errors->has('en_title')) {{ $errors->first('en_title') }} @endif
@endsection @push('style') @endpush @push('script') @endpush