@extends('backend.layouts.master') @section('title', "Dashboard Settings") @section('css') @endsection @section('content')
@if($setting_data !== null && $setting_data->favicon ) @endif

{{(@$setting_data !== null && @$setting_data->website_name !== "") ? @$setting_data->website_name :"Careerlink" }} - Dashboard Settings

{{ (@$setting_data !== null && @$setting_data->phone !== null) ? @$setting_data->phone:"Number not set." }}
{{ (@$setting_data !== null && @$setting_data->email !== null) ? @$setting_data->email:"sample@email.com" }}
{{ (@$setting_data !== null && @$setting_data->address !== null) ? @$setting_data->address:"Putalisadak, Kathmandu" }}
{{--
--}} {{--
New
--}} {{--
High
--}}
{{--

Create Product

--}}
@if($settings !== null) {!! Form::open(['url'=>route('settings.update', @$settings->id),'id'=>'settings-info-form','class'=>'needs-validation','novalidate'=>'','method'=>'PUT','enctype'=>'multipart/form-data']) !!} @else {!! Form::open(['route' => 'settings.store','method'=>'post','class'=>'needs-validation','id'=>'settings-info-form','novalidate'=>'','enctype'=>'multipart/form-data']) !!} @endif
Please enter the website summary.
Related Images
Main Logo
@if(!empty($settings->logo)) One Slide @endif

Add the logo (883 * 269 px) for frontend and backend display.

White Logo
@if(!empty($settings->logo_white)) Two Slide @endif

Add the white logo (883 * 269 px) for frontend display.

Favicon
@if(!empty($settings->favicon)) Three Slide @endif

Add the favicon(32 * 32px).

Address
Contacts
Social Number
Social Links
{!! Form::close() !!}
{{-- @if($settings !== null)--}} {{--
--}} {{-- {!! Form::open(['url'=>route('settings.status', @$settings->id),'id'=>'status-terms-form','class'=>'needs-validation','novalidate'=>'','method'=>'PUT']) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Please enter the years of online status.--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Please enter the number of happy clients.--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Please enter the number of projects delivered.--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- Please enter the number of projects delivered.--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! Form::close() !!}--}} {{--
--}} {{-- @endif--}}
@endsection @section('js') @endsection