@extends('dash.layouts.app') @section('title') Why Chose Us @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Why Chose Us @csrf @method('patch') Title Short Description {{$why_chose_uses->short_description}} Select Background Color Select One color == 'bg-danger' ? 'selected' : ''}}> Danger color == 'bg-orange' ? 'selected' : ''}}> Orange color == 'bg-warning' ? 'selected' : ''}}> Warning color == 'bg-info' ? 'selected' : ''}}> Info color == 'bg-primary' ? 'selected' : ''}}> Primary color == 'bg-success' ? 'selected' : ''}}> Success Save Back @endsection @section('js') @endsection