@extends('backend.layouts.master') @section('pageTitle') Teacher Profile @endsection @section('bodyCssClass') @endsection @section('pageContent')

Teacher Profile

@if($profile) Update @else Add @endif Teacher Profile * Marks are required feild

@csrf @if($profile) {{ method_field('PATCH') }} @endif
{{ $errors->first('name') }}
{{ $errors->first('image') }}
{{ $errors->first('designation') }}
{{ $errors->first('qualification') }}
{{ $errors->first('description') }}
{{ $errors->first('facebook') }}
{{ $errors->first('instagram') }}
{{ $errors->first('twitter') }}
{{--@if (count($errors) > 0)--}} {{--
--}} {{--
    --}} {{--@foreach ($errors->all() as $error)--}} {{--
  • {{ $error }}
  • --}} {{--@endforeach--}} {{--
--}} {{--
--}} {{--@endif--}}
@endsection @section('extraScript') @endsection