@extends('admin.layout') @section('content')

{{ __('Why Choose Us') }}

{{ __('Why Choose List') }}

{{ __('Add') }}
@foreach ($why_selects as $id=>$data) @endforeach
{{ __('#') }} {{ __('Icon') }} {{ __('Title') }} {{ __('Order') }} {{ __('Status') }} {{ __('Action') }}
{{ $id }} {{ $data->title }} {{ $data->serial_number }} @if($data->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif {{ __('Edit') }}
@csrf

{{ __('Why Choose Us Info') }}

@csrf

{{ __('Upload 370X344 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('w_c_us_image1'))

{{ $errors->first('w_c_us_image1') }}

@endif

{{ __('Upload 370X344 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('w_c_us_image2'))

{{ $errors->first('w_c_us_image2') }}

@endif
@if ($errors->has('w_c_us_title'))

{{ $errors->first('w_c_us_title') }}

@endif
@if ($errors->has('w_c_us_sub_title'))

{{ $errors->first('w_c_us_sub_title') }}

@endif
@endsection