@extends('layouts.cashier') @section('title','Add Student') @section('breadcrumb') @endsection @section('cashier-content') @include('admin.students._form', [ 'action' => route('cashier.students.store'), 'method' => 'POST', 'cancelUrl' => route('cashier.dashboard'), ]) @endsection