@extends('admin.layouts.index') @section('css') @endsection @section('title') Admin | CS-Design @endsection @section('content')

@lang('about-us')

@if(session()->has('success'))
{{session()->get('success')}}
@endif @if(session()->has('error'))
{{session()->get('error')}}
@endif @if($edit->id==1)

@lang('head-content')

@csrf
@endif @if($edit->id==2)

@lang('head-content-2')

@csrf


@endif @endsection @section('js') @endsection