@extends('staff::layouts.default') @section('title',trans('admin_default.website_management')) @section('breadcrumb')
  • {{trans('admin_default.website')}}
  • {{trans('admin_default.website_management')}}
  • @endsection @section('content')
    {{trans('admin_default.website_management')}}
    {!! csrf_field() !!} @foreach(@$template as $key => $value)
    {{@$properties->template_name}}

    This template is fit with {{@$value->tag}}

    @endforeach
    @endsection @section('script') @endsection