@extends('layouts.app') @push('title')

albams

@endpush @section('content')
Create New
@foreach ($albams as $albam) @endforeach
Photo Name Description Status Paid Playlist Action
{{ $albam->name }} {{ $albam->description }}
@role('root|admin') @else @endrole
{{ $albams->withQueryString()->links() }}
@endsection