@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')}}
    New Website
    {!! csrf_field() !!}
    Website Address
    Select Template @foreach(@$template as $key => $value)
    {{@$properties->template_name}}

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

    @endforeach
    Theme Color
    Website Theme Color Select your website theme color, secondary color, menu color and menu text color.
    Primary Color

    This will be the main color of your website.

    Secondary Color

    The second color after the main color of your website.

    Menu Color

    The color of menu in the website.

    Menu Color Text

    This is the color of your menu text.

    @endsection @section('script') @endsection