@extends('admin.layout.master') @section('page_title',ucfirst($type).'s') @section('title',ucfirst($type).'s') @section('container') Add {{ ucfirst($type) }}
@foreach($items as $value) @endforeach
S/No Title Edit View Delete
{{$n}} {{$value->title}}
{{csrf_field()}}
@endsection