@php
//// dump($website);
@endphp
@extends('layouts.dashboard.app') @php $body_class = 'fullpage'; $header_params = [ 'btn_back_url' => route('dashboard.websites.index') ] ; if($website->id){ $action = route('dashboard.websites.update', $website); } else { $action = route('dashboard.websites.store'); } @endphp @section('content')
@endsection @push('scripts') @endpush