/home/techb158/ileadtechnology.com/resources/views/admin/blog
NameSizeModeActions
create.blade.php44140644editdlrm
edit.blade.php48750644editdlrm
index.blade.php41600644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/blog/create.blade.php (4414B)
@extends('admin/layouts.master') @section('title', 'Add Blog - Admin') @section('body') @if ($errors->any())
@endif
@include('admin.message')

{{ __('adminstaticword.AddBlog') }}

{{ csrf_field() }}



@if(Auth::user()->role == 'admin')
  • @endif
    @endsection