@extends('layouts.master') @section('title', 'Template Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.footer') @endsection