@extends('layouts.app') @section('head') @include('layouts.partials.headersection',['title'=>'Themes']) @endsection @section('content') @if(Session::has('success'))
@endif
@foreach($posts as $row)
@method('PUT') @csrf

{{ $row->name }}

@endforeach {{ $posts->links('vendor.pagination.bootstrap-4') }}
@endsection @push('js') @endpush