@extends('layouts.master') @section('css') @livewireStyles @section('title') {{trans('main_trans.Add_student')}} @stop @endsection @section('page-header')

{{trans('main_trans.Add_student')}}

@endsection @section('content')
@endsection @section('js') @livewireScripts @endsection