@extends('layouts.master') @section('content')
@component('components.breadcrumb') @slot('title') @lang('class_wise_student.addtitle') @endslot @slot('breadcrumb1') @lang('common.dashboard') @endslot @slot('breadcrumb1_link') {{ route('dashboard') }} @endslot @if (\App\Traits\RolePermissionTrait::checkRoleHasPermission('role', 'create')) @slot('action_button1') @lang('common.view') @endslot @slot('action_button1_link') {{ route('class_wise_student.index') }} @endslot @endif @slot('action_button1_class') btn-primary @endslot @endcomponent

@lang('class_wise_student.addtitle')


@csrf @method('PUT')
@php $path = public_path().'/'.$data->image; @endphp @if(file_exists($path)) @lang('common.download') @endif
@endsection