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

تعديل المنشد - {{$uptribechanter->name}}

{{ Form::open(array('method' => 'PATCH','files' => true,'url' =>'adminpanel/tribechanters/'.$uptribechanter->id )) }}
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('job'))
{{ $errors->first('job') }}
@endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if($uptribechanter->video != null)
@if ($errors->has('mediavideo'))
{{ $errors->first('mediavideo') }}
@endif
@endif @if($uptribechanter->link != null) @endif

نبذة عن المنشد

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