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

{{ __('Static') }}

{{ __('Static Info') }}

@csrf
@if ($errors->has('w_we_are_title'))

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

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

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

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

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

@endif
@endsection