@extends('dashboard.layouts.app') @section('content') @include('dashboard.layouts.breadcrumb', ['items' => [ trans('app.mishkah') => '', trans('app.students.title') => route('dashboard.mishkah.students.index'), ]])
@if($student->img)
@endif
@endsection