@extends('backend.layouts.master') @section('pageTitle') Teacher Profile @endsection @section('bodyCssClass') @endsection @section('pageContent') Teacher Profile Dashboard Teachers Profile @if($profile) Update @else Add @endif @if($profile) Update @else Add @endif Teacher Profile * Marks are required feild @csrf @if($profile) {{ method_field('PATCH') }} @endif Name* {{ $errors->first('name') }} Image[210 X 220 min size and max 2MB] {{ $errors->first('image') }} Designation* {{ $errors->first('designation') }} Education Qualification* {{ $errors->first('qualification') }} Description @if($profile){{ $profile->description }}@else{{ old('description') }} @endif {{ $errors->first('description') }} Facebook link {{ $errors->first('facebook') }} Instagram link {{ $errors->first('instagram') }} Twitter link {{ $errors->first('twitter') }} {{--@if (count($errors) > 0)--}} {{----}} {{----}} {{--@foreach ($errors->all() as $error)--}} {{--{{ $error }}--}} {{--@endforeach--}} {{----}} {{----}} {{--@endif--}} @endsection @section('extraScript') @endsection