@extends('admin.include.master') @section('title') لوحة التحكم | تعديل قصيدة @endsection @section('content')

تعديل قصيدة - {{$uptribepoem->name}}

{{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/tribepoems/'.$uptribepoem->id )) }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif

شجرة العائلة

@if ($errors->has('desc'))
{{ $errors->first('desc') }}
@endif
{!! Form::close() !!}
@endsection