@extends('back.layouts.main') @section('title' , 'تعديل رسالة الصفحة الرئيسية') @section('content')
{{ csrf_field() }}
@if(isset($errors)) @push('footer') {!!$model->viewErrors()!!} @endpush @endif @stop @section('breadcrumbs') @if($model->exists) @else @endif @stop