@extends('theme2.master') @section('title','All Course') @section('content') @include('admin.message')
@php $gets = App\Breadcum::first(); @endphp @if($gets['img'] !== NULL && $gets['img'] !== '')
@endsection