@extends('layouts.master') @section('title')Video @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') UI Elements @endslot @slot('title') Video @endslot @endcomponent @endsection @if ($message = Session::get('success'))

{{ $message }}

@endif
{{-- @can('role-create') --}} Create New Role {{-- @endcan --}} {{-- @can('role-show') --}} Show Role {{-- @endcan --}}
@foreach($user as $key => $data) @endforeach
Sr.No Name Email Role Action
{{$id++}} {{$data->name}} {{$data->email}} {{-- @foreach($role as $v) --}} {{-- @endforeach --}} edit delete
{{-- --}} @endsection @section('script') @endsection