@extends('admin.layout') @section('title', 'Templates') @section('content')

Templates List

@foreach ($templates as $template) @endforeach
Id Name Width Height Action
{{ $template->id }} {{ $template->name }} {{ $template->width }} {{ $template->height }}
@endsection