@extends('layouts.master') @section('title','Admin|software') @section('content')

Gallery List

Add New
@forelse($gallery as $gallery) @empty @endforelse
Main Image Title Images Edit Delete
{{ $gallery->title }} No Photo @if (Auth::user()->role=='Admin') @endif
No softwares to Show
@endsection @section('scripts') @endsection