@extends('admin.include.master') @section('title') لوحة التحكم | فكرة وانشاء @endsection @section('content')

فكرة وانشاء

{{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/tribeabouts/'.$tribeabout->id )) }}
@if ($errors->has('tribleidea'))
{{ $errors->first('tribleidea') }}
@endif
@if ($errors->has('ideaimage'))
{{ $errors->first('ideaimage') }}
@endif
فكره وانشاء
{!! Form::close() !!}
@endsection