@extends('backend.layout.master') @section('content') Edit Tabs Dashboard Edit Tabs @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Edit Tabs: {{$tab->title}} @csrf @method('PUT') Tab Title Tab Title Arabic Content {!! $tab->content !!} Content Arabic {!! $tab->contentar !!} Tab Sorting Tab Status Select Status status == 1 ? 'selected' : '' }}>Active status == 2 ? 'selected' : '' }}>Inactive @endsection @push('specific_css') @endpush @push('specific_js') @endpush