@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
Departments
@foreach($departments as $department) @endforeach
ID Name Description
{{ $department->id }} {{ $department->name }} {{ $department->description }} name) }}','{{ str_replace("'","",$department->description) }}')" class="btn btn-primary btn-sm"> id") }}" class="btn btn-danger btn-sm">
@endsection