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

Variable/ Add

{{csrf_field()}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('code_value')) {{ $errors->first('code_value') }} @endif
@endsection @section('script') @endsection