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