@extends('layouts.master') @section('title') {{ __('students') }} @endsection @section('content')
{{-- Colour --}}
{{-- End Colour --}} {{-- Background Image --}}
@if ($settings['background_image'] ?? '') @endif
{{-- End Background Image --}} {{-- Signature --}}
@if ($settings['signature'] ?? '') @endif
{{-- End Signature --}} {{-- Layout Type --}}
{{-- End Layout Type --}} {{-- Profile Image Style --}}
{{-- End Profile Image Style --}} {{-- Page Size --}}
{{-- End Page Size --}} {{-- Fields --}}
{{-- End Fields --}}

Note: These signature image are also used in other documents such as Bonafide Certificates, Leaving Certificates, and Student Result Cards.



@endsection @section('script') @endsection