@extends('admin.layouts.app')
@section('header-script')
@include('admin.layouts.dashboard-header-script')
@endsection
@section('content')
Welcome {{ Auth::user()->name }} To Rajtextile School
অতিথিদের সকল তথ্য পূরণ করুন।
@section('footer')
@include('admin.layouts.footer')
@endsection
@endsection
@section('footer-script')
@include('admin.layouts.dashboard-footer-script')
@endsection