IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/resources/views/superadmin/schools/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/resources/views/superadmin/schools/profile.blade.php

@extends('superadmin.layout')
@section('content')
<div class="row clearfix">
    <div class="col-xl-6 col-lg-7 col-md-12">
        <div class="card profile-header">
            <div class="body">
                <div class="row">
                    <div class="col-lg-4 col-md-4 col-12">
                        <div class="profile-image float-md-right">
                            <img src="{{ asset('storage/schools/'.$school->idSchool.'/'.$school->schoolLogo)}}">
                        </div>
                    </div>
                    <div class="col-lg-8 col-md-8 col-12">
                        <h4 class="m-t-0 m-b-0"><strong>{{$school->schoolName}}</strong></h4>
                        <span class="job_post">Email : {{$school->email}}</span>
                        <p>Telephone :- {{$school->mobile}} <br>Mobile :- {{$school->mobile}}<br>Contact Person :{{$school->contactPerson}}</p>
                    </div>                
                </div>
            </div>                    
        </div>
    </div>
    <div class="col-lg-6 col-md-6">
        <div class="card">
            <div class="tab-content">
                <div class="tab-pane body active" id="about">
                    <small class="text-muted">State: </small>
                    <p>{{$school->state->stateName}}</p>
                    <hr>
                    <small class="text-muted">City: </small>
                    <p>{{$school->city}}</p>
                    <hr>
                    <small class="text-muted">Street: </small>
                    <p>{{$school->street}}</p>
                    <hr>
                    <small class="text-muted">Landmark: </small>
                    <p>{{$school->landmark}}</p>
                    <hr>
                    <small class="text-muted">Sub Area: </small>
                    <p>{{$school->subArea}}</p>
                    <hr>
                    <small class="text-muted">Area: </small>
                    <p>{{$school->area}}</p>
                    <hr>
                    <small class="text-muted">Website</small>
                    <p class="m-b-0">{{$school->website}}</p>
                </div>
                                        
            </div>
        </div>
    </div>
</div>
@stop

Copyright © 2021 - 2025 IMMREX7