@extends('admin.layouts.master') @section('page_title', __('New Students Group')) @section('breadcrumb') @include('admin.partials.breadcrumb', ['breads' => [__('Students Groups'), __('New Students Group')]]) @endsection @push('css') @endpush @section('content')
@csrf
@endsection