@extends('layouts.admin') @section('meta') {{ trans('home.edit_instructor') }} @endsection @section('content')

{{trans('home.edit_teacher')}}

{!! Form::open(['method'=>'PATCH','url' => 'admin/teachers/'.$teacher->id, 'data-toggle'=>'validator', 'files'=>'true']) !!}
@if($teacher->image)
@else
@endif


{!! Form::close() !!}
@endsection @section('script') @endsection