@extends('admin.master') @section('title') {{ 'View Template' }} @endsection @section('styles') @endsection @section('template')

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
ID Title Category Image Thumbnail Image Image Height Image Width QR X QR Y QR Height QR Width Edit Delete
@endsection @section('script') @endsection