@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'); } $step_params = ['step' => 1]; @endphp @section('content') @endsection @push('scripts') @endpush