@extends('backend.layouts.master') @section('pageTitle') Teacher Profile @endsection @section('extraStyle') @endsection @section('pageContent')
Print
Edit

{{$teacher->name}}

{{$teacher->designation}}

{{--
--}} {{--
--}} {{--

Profile

--}} {{--
--}} {{----}} {{--
--}} {{-- Gender--}} {{--

{{$teacher->gender}}

--}} {{--
--}} {{-- Date of Birth--}} {{--

{{$teacher->dob}}

--}} {{--
--}} {{-- Qualification--}} {{--

{{$teacher->qualification}}

--}} {{--
--}} {{-- Address--}} {{--

{{$teacher->address}}

--}} {{--
--}} {{-- Religion--}} {{--

{{$teacher->religion}}

--}} {{--
--}} {{-- Join Date--}} {{--

{{$teacher->joining_date}}

--}} {{--
--}} {{-- Username--}} {{--

{{$teacher->user->username}}

--}} {{--
--}} {{-- Signature--}} {{--@if($teacher->signature )--}} {{----}} {{--@endif--}} {{--
--}} {{----}} {{--
--}}
@endsection @section('extraScript') @endsection