@extends('dashboard.layouts.master' ) @section('content')

{{__('admin.Edit Page')}}

{{ method_field('patch') }} {{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{----}}
@endsection