@extends('admin.include.master') @section('title') لوحة التحكم | اضافة شخصية جديدة @endsection @section('content')

اضافة شخصية جديدة

{{ Form::open(array('method' => 'POST','files' => true,'url' =>'adminpanel/tribecharacters' )) }}
@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